CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - edge tracking

搜索资源列表

  1. cancer

    1下载:
  2. 细胞检测,通过细胞边缘跟踪,迭代阈值分割算法,检测细胞边缘,计算细胞大小,对细胞进行判断-cell detection, tracking through the edge of the cells, iterative threshold segmentation algorithm to detect the edge of the cells, the cell size, right cells judgment
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:29089
    • 提供者:夏蓉
  1. ReadingPeopleTracker-1.28

    0下载:
  2. 视频对象的跟踪提取原代码,能够有效地识别运动的人和物体,边缘准确,不受场景的影响-Video Object Extraction of the tracking code to identify effective movement of people and objects, accurate edge, Scenes from the impact
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:434494
    • 提供者:张合
  1. ImageProcessEx

    0下载:
  2. 图象处理的小程序,包括直方图统计,图形缩放,图形秽土变换,边缘检测和跟踪,等-small image processing procedures, including histogram statistics, graphics scaling, graphics constrained transform, edge detection and tracking, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:101571
    • 提供者:vbvbvbvb
  1. bianyuantiqugenzong

    0下载:
  2. 边沿提取,轮廓跟踪,对于图象处理方面有很用处-edge detection, contour tracking, image processing is very useful
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:6832
    • 提供者:孙利君
  1. hough_vc

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction. Contour Tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp .
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:31998
    • 提供者:凌宇
  1. kalmanfiler

    1下载:
  2. 卡尔曼滤波C程序 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filtering C program Kalman filter is
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:966
    • 提供者:于军相
  1. extendkalman

    0下载:
  2. 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1149
    • 提供者:于军相
  1. kalmanfiler11

    0下载:
  2. 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。 对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制, 传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理, 例如头脸识别,图像分割,图像边缘检测等等。-Kalman filter is an "optimal recursive data pro
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:916
    • 提供者:于军相
  1. EdgContour

    0下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour extraction, Edge Detection Operat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:74227
    • 提供者:何再兴
  1. FeatureTracker

    0下载:
  2. 特征跟踪源码,包括FeatureTracker.cpp和FeatureTracker.h,其中另附有边缘检测和人脸检测源码,调用了blepo.lib。-feature tracking source, FeatureTracker.cpp and FeatureTracker.h including, which followed by edge detection and face detection source, call the blepo.lib.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4430
    • 提供者:ppcc
  1. waijiejuxing

    0下载:
  2. 对两个及两个以上目标提取边缘和特征,并通过边缘画出目标的外接矩形,外界矩形广泛用于目标的识别和跟踪。-two pairs and two more goals and edge extraction features, and painted goal edge through the external rectangular, Rectangular widely used outside the target identification and tracking.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2464
    • 提供者:zhouaijun
  1. lkfx

    0下载:
  2. 通过log算子提取目标的边缘,然后通过边缘分析可以实现目标的跟踪和识别。-through the operator log from the edge of goal and then edge analysis can be adopted to achieve the target tracking and identification.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1733
    • 提供者:zhouaijun
  1. Itrac_Ver_1_3

    0下载:
  2. Author: David Sedarsky Summary: MatLab GUI for interface tracking and edge velocity determination MATLAB Release: R14SP2 Required Products: Image Processing Toolbox Descr iption: Itrac works on image pairs taken at times T1 and T2
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1025369
    • 提供者:Jallon
  1. vc_pictureprocess

    0下载:
  2. c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:358446
    • 提供者:da
  1. imageprocessingvc

    0下载:
  2. 数字图像处理典型算法实现,共12章。01vc数字图像编程基础知识,02数字图像的采集、量化和表示,03数字图像的点运算;04图像几何变换,05频域处理方法;06图像增强技术;07图像腐蚀膨胀和细化算法;08边缘检测与提取及轮廓跟踪;09图像分割;10图像配准;11图像复原;12图像压缩-typical digital image processing algorithm, a total of 12 chapters. 01vc Digital Image basic knowledge of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2010675
    • 提供者:wanglynn
  1. Edgedetectionandcontourtracking

    0下载:
  2. 程序给出了边缘检测及轮廓跟踪的一般方法,其是基于matlab来编写的!-procedures given the edge detection and tracking of the general contour method, is based on Matlab to prepare!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:34041
    • 提供者:章斌
  1. Imageedgedetectionextractioncontourtracking

    0下载:
  2. 图像的边缘检测,提取,轮廓跟踪算法的源代码。-image edge detection, extraction, contour tracking algorithm source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:32358
    • 提供者:guomeng
  1. EdgeContour

    0下载:
  2. 有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:72947
    • 提供者:邓媛媛
  1. VehicleTrackingAlgorithml

    0下载:
  2. 基于边缘和马儿可夫自由场的车辆跟踪算法,东京大学,2006,algorithm of vehicle tracking based on edge and S-T MRF from university of Tokyo,2006
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:566531
    • 提供者:李鑫
  1. 图象的边沿检测与提取,轮廓跟踪算法代码

    0下载:
  2. 图像处理程序代码,图像边缘检测与提取,轮廓跟踪算法-image processing code, edge detection and extraction, contour tracking algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32128
    • 提供者:罗丁
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com